Attribute Aquamacs code to David Reitter.
authorJan D. <jan.h.d@swipnet.se>
Wed, 21 Dec 2011 06:37:49 +0000 (07:37 +0100)
committerJan D. <jan.h.d@swipnet.se>
Wed, 21 Dec 2011 06:37:49 +0000 (07:37 +0100)
src/ChangeLog

index 6cb3e9315bdc0ccdc3abae21b8e3746728497a97..0bc637d9f2a956c1f0c8d030228bacf9fcd2db1a 100644 (file)
@@ -1,16 +1,22 @@
 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
 
+       * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
+       and NS_IMPL_COCOA.
+       (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
+       (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
+
+2011-12-18 David Reitter <reitter@cmu.edu>
+
        * nsterm.m (ns_term_init): Subscribe for notifications
        NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
        to method trackingNotification in EmacsMenu.
 
        * nsmenu.m (trackingMenu): New variable.
-       (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5 and
-       NS_IMPL_COCOA.
        (trackingNotification): New method (from Aquamacs).
        (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
        from Aquamacs (Bug#7030).
-       (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
+
+2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
 
        * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
        (symbol_to_nsstring): Fix indentation.